Jump if
Format
:
jump if a:R comparator:S b:R -> target:RN
Description
: Jumps to target if the condition is true. Comparator is one of <, >, <=, >=, !=, ==.
Cycles
: 1
Example
:
jump if r0 > 0x10 -> 0x100
See also
:
Test condition
,
Jump or Call